home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / zfrms100.zip / KEYMAP.C < prev    next >
C/C++ Source or Header  |  1993-06-02  |  112b  |  8 lines

  1. #include <stdlib.h>
  2. #include "zforms.h"
  3.  
  4. void main(void)
  5. {
  6. while(1) printf("Key: 0x%X\n", Z_GetKey());
  7. }
  8.